furny.util
Class LightingUtil

java.lang.Object
  extended by furny.util.LightingUtil

public final class LightingUtil
extends java.lang.Object

Utility class for handling lights.

Since:
11.08.2012
Author:
Stephan Dreyer

Constructor Summary
private LightingUtil()
          Instantiation is not allowed.
 
Method Summary
static void createDefaultLights(com.jme3.scene.Node rootNode)
          Creates two directional lights at fixed points and adds them to the node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightingUtil

private LightingUtil()
Instantiation is not allowed.

Since:
11.08.2012
Method Detail

createDefaultLights

public static void createDefaultLights(com.jme3.scene.Node rootNode)
Creates two directional lights at fixed points and adds them to the node.

Parameters:
rootNode - The node to add the lights to.
Since:
11.08.2012